Branching 45.0.2454.104 git-svn-id: https://src.chromium.org/blink/branches/dart/2454_1@202742 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/ManualTests/overlappingTableSpans.html b/ManualTests/overlappingTableSpans.html new file mode 100644 index 0000000..861606a --- /dev/null +++ b/ManualTests/overlappingTableSpans.html
@@ -0,0 +1,27 @@ +<html> + <body> + <table> + <tr> + <td width='1'></td> + </tr> + <tr> + <td colspan='2' rowspan='2'></td> + </tr> + <tr> + <td rowspan='2'></td> + </tr> + <tr> + <td colspan='2'> + <table> + <tr> + <td></td> + <td> + <input type='text' /> + </td> + </tr> + </table> + </td> + </tr> + </table> + </body> +</html> \ No newline at end of file